:root{
  --control-height:48px;
  --bg-grad: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
body{margin:0;font-family:"Inter",sans-serif;background:#f6f7fb;display:flex;justify-content:center;align-items:center;height:100vh;box-sizing:border-box;user-select: none;}
.center_F_E{ display:flex; justify-content:center; }
  .left_F_E{ display:flex; justify-content:left; }
  .right_F_E{ display:flex; justify-content:right; }

/* --- Контейнер аудио (по стилю как у видео) --- */
.Position_Audio{
  width:100%;
  border-radius:15px;
  /* background:#111; */
  color:#fff;
  /* padding:18px; */
  box-sizing:border-box;
  position:relative;
  user-select:none;
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
  z-index: 5;
  outline: none;
}

.Position_Audio_Blocks{
  background: #111;
  border-radius: 15px 15px 15px 15px;
  padding: 15px 0px;
}

/* overlay (показывается поверх, когда пауза) */
.Position_play-icon{
  position:absolute; left:0; top:0; right:0; bottom:0;
  display:flex; justify-content:center; align-items:center;
  /* background: rgba(0,0,0,0.35); */
  transition: opacity 0.25s ease;
  pointer-events:auto;
}
.Position_Audio.playing .Position_play-icon{ opacity:0; pointer-events:none; }

.play-icon{
  width:64px; height:64px; color:white; opacity:0.95; cursor:pointer;
  display:flex; justify-content:center; align-items:center;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,0.7));
}

/* --- Controls panel (нижний бар) --- */
.audio-controls{
  display:flex; gap:12px; align-items:center;
  padding:8px; box-sizing:border-box;
  position:relative;
  z-index:5;
  border-radius:10px;
}

.btn-icon {
  background:transparent; border:0; outline:0; color:inherit;
  cursor:pointer; display:inline-flex; align-items:center; justify-content:center;
  flex-shrink: 0;
}

.time{ min-width:62px; text-align:center; font-size:13px; color:#fff; user-select:none; }

.controls-mid{ flex:1; display:flex; gap:12px; align-items:center; }

.progress-wrap{
  position:relative; height:8px; border-radius:6px; background:rgba(255,255,255,0.12);
  flex:1; cursor:pointer; overflow:visible;
}
.progress-buffer{ position:absolute; left:0; top:0; bottom:0; width:0; background:rgba(255,255,255,0.18); border-radius:6px; outline: none;}
.progress-played{ position:absolute; left:0; top:0; bottom:0; width:0; background:rgba(255,255,255,0.85); border-radius:6px; transition: width 0.2s linear; }
.progress-thumb{
  position:absolute; top:50%; transform:translate(-50%,-50%); width:14px;height:14px;border-radius:50%;background:rgb(44, 128, 255);box-shadow:0 1px 4px rgba(0,0,0,.6); display:none;
}
.progress-wrap:hover .progress-thumb, .progress-wrap.dragging .progress-thumb{ display:block; }

.hover-time{
  position:absolute; bottom:110%; transform:translateX(-50%); padding:4px 6px; font-size:12px; color:#fff;
  background:rgba(44, 128, 255, 0.7); border-radius:4px; white-space:nowrap; pointer-events:none; display:none;
}
.progress-wrap:hover .hover-time{ display:block; }

/* volume slider */
.volume-wrapper{ display:flex; align-items:center; gap:8px; min-width:120px; margin: 0px 15px 0px 0px;}
.volume_wrapper_AUDIO{ display:flex !important; align-items:center !important; gap:8px !important; min-width:140px !important; margin: 0px 15px 0px 0px !important;}
.volume-slider{ width:90px; height:8px; border-radius:6px; background:rgba(255,255,255,0.18); position:relative; cursor:pointer; outline: none;}
.volume-slider .played{ position:absolute; left:0; top:0; bottom:0; width:100%; background:rgba(255,255,255,0.85); border-radius:6px; transition: 0.2s;}
.volume-thumb{ position:absolute; top:50%; transform:translate(-50%,-50%); width:12px;height:12px;border-radius:50%; background:rgb(44, 128, 255); box-shadow:0 1px 3px rgba(0,0,0,.4); display:none; }
.volume-slider:hover .volume-thumb{ display:block; }

/* кнопка стоп отдельно */
.stop-btn{
  background:rgb(115 115 255);
  color:white;
  border-radius:8px;
  padding:6px 14px;
  font-weight:600;
  transition: 0.1s;
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  margin: 0px 10px 0px 15px;
}

.stop-btn:hover{
  background: rgb(78, 78, 255);
}

.Icon_loud{
      width: 25px;
      height: 25px;
      flex-shrink: 0;
  }

  .Icon_mute{
      width: 25px;
      height: 25px;
      flex-shrink: 0;
  }

  .icon-play{
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }

  .volume-hover{
position:absolute;
bottom:110%; 
transform:translateX(-50%);
padding:4px 6px;
font-size:12px;
color:#fff;
background:rgba(44, 128, 255, 0.7);
border-radius:4px;
white-space:nowrap;
pointer-events:none;
display:none;
}
.volume-slider:hover .volume-hover{
display:block;
}

.audio_controls_Icon{
      flex-shrink: 0;
      width: 35px;
      height: 35px;
      border-radius: 5px;
      padding: 4px 15px;
      background: rgb(61, 61, 61);
      cursor: pointer;
      margin: 0px 20px 20px 0px;
      color: rgb(255, 255, 255);
      transition: 0.15s;
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 20;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.200);
  }

  .audio_controls_Icon:hover{
    background: rgb(205, 232, 255);
    color: rgb(0, 0, 0);
  }







  .Window_Audio_Speed_Position{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.150);
    backdrop-filter: blur(2px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  .Window_Audio_Speed_Position.Window_Audio_Speed_OPENER{
    opacity: 1;
    visibility: visible;
  }

  .Window_Audio_Speed{
      position: relative;
      bottom: -100%;
      right: -270px;
      width: 200px;
      height: 90%;
      margin: 20px 50px 20px 0px;
      background: white;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      scale: 0.1;
  }

  .Window_Audio_Speed.Window_Audio_Speed_OPENER{
      opacity: 1;
      visibility: visible;
      bottom: 0%;
      right: 0px;
      scale: 1;
  }

  .Window_Audio_Speed_Btn{
      cursor: pointer;
      border-radius: 5px;
      background: rgb(232, 232, 232);
      padding: 4px 0px;
      font-size: 14px;
      color: black;
      font-weight: 600;
      line-height: 18px;
      margin: 5px 5px;
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .Window_Audio_Speed_Btn:hover{
      background: rgb(220, 220, 220);
  }

  .Window_Audio_Speed_Btn.active-speed {
      background-color: #007bff;
      color: white;
  }

  .Window_Audio_Speed_Scroll_Position{
    flex-grow: 1;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background: white;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
  }

  .Window_Audio_Speed_Scroll_Position::-webkit-scrollbar {display: none;}

  .Window_Audio_Speed_Scroll{
    height: 100%;
    width: 100%;
    margin: 0px 2px 0px 2px;
    background: white;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .Window_Audio_Speed_Scroll::-webkit-scrollbar {width: 3px; height: 3px;}
  /* .Window_Audio_Speed_Scroll::-webkit-scrollbar {display: none;} */
  .Window_Audio_Speed_Scroll::-webkit-scrollbar-track {background-color: #ffffff00; /* Цвет фона скроллбара *//* background: url("favicon.png")center / cover no-repeat;*/} 
  .Window_Audio_Speed_Scroll::-webkit-scrollbar-thumb {background-color: #cdcdcd; /* Цвет ползунка скроллбара */border-radius: 50px; /* Закругленные углы ползунка */}
  .Window_Audio_Speed_Scroll::-webkit-scrollbar-thumb:hover {background-color: #c4c4c4; /* Цвет ползунка при наведении */}

  .Window_Audio_Speed_Poster_Text_and_Icon{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    background: white;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px;
    border-bottom: 2px solid rgb(189, 189, 189);
  }

  .Window_Audio_Speed_Poster_Icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 5px;
    background: rgb(218, 218, 218);
    flex-shrink: 0;
    margin: 0px 9px 0px 5px;
    color: black;
    stroke-width: 1.5px;
    transition: 0.15s;
  }

  .Window_Audio_Speed_Poster_Icon:hover{
    background: rgb(219, 245, 255);
  }

  .Window_Audio_Speed_Poster_Text{
    font-size: 16px;
    color: black;
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0px 0px 0px;
  }

  .time-current{
    margin: 0px -5px 0px -5px;
  }

  .time-duration{
    margin: 0px 0px 0px -5px;
  }

  .Part_Left_Control{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
  }

  .PlayPause_Block{
    background: #111;
    width: 200px;
    height: 25.2px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0px 0px 0px 0px;
    position: relative;
  }

  .PoluRadius_Right {
    width: 66px;
  height: 47px;
  fill: #111;
  position: absolute;
  top: -1px;
  right: -65px;
  transition: 0.4s;
  flex-shrink: 0;
  rotate: 180deg;
  transform: rotateY(180deg);
}

.PoluRadius_Left {
  width: 66px;
  height: 47px;
  fill: #111;
  position: absolute;
  top: -1px;
  left: -65px;
  transition: 0.4s;
  flex-shrink: 0;
  rotate: 180deg;
}

.play-pause{
transition: 0.2s;
background: rgba(255, 255, 255, 0);
border-radius: 50%;
padding: 6px;
margin: 0px 0px 8px 0px;
}

.play-pause:hover{
background: rgba(255, 255, 255, 0.345);
/* color: black; */
}

.Icon_Minus_10sec{
width: 25px;
height: 25px;
flex-shrink: 0;
transition: 0.2s;
background: rgba(255, 255, 255, 0);
border-radius: 50%;
padding: 6px;
margin: 0px 0px 8px 0px;
}

.Icon_Minus_10sec:hover{
background: rgba(255, 255, 255, 0.345);
/* color: black; */
}



.Icon_Plus_10sec{
width: 25px;
height: 25px;
flex-shrink: 0;
transition: 0.2s;
background: rgba(255, 255, 255, 0);
border-radius: 50%;
padding: 6px;
margin: 0px 0px 8px 0px;
}

.Icon_Plus_10sec:hover{
background: rgba(255, 255, 255, 0.345);
/* color: black; */
}

.Container_For_All{
display: flex;
justify-content: center;
flex-direction: column;
width: 765px;
padding: 20px 40px 20px 40px;
margin: 20px 20px 20px 20px;
align-items: center;
border: 2px rgb(108, 108, 108) solid;
border-radius: 40px;
box-shadow: 10px 10px 0px rgb(108, 108, 108);
position: relative;
overflow: hidden;
background: #f7f7f7;
}

.Design_Block_User_Img{
width: 100%;
height: 100%;
z-index: 4;
position: absolute;
top: 0;
left: 0;
backdrop-filter: blur(2px);
}

.User_IMG_Position{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
flex-shrink: 0;
}

.User_IMG{
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}

.Proigrivately{
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
margin: 0px 0px 20px 0px;
padding: 20px 0px 20px 0px;
border: 2px rgb(108, 108, 108) solid;
backdrop-filter: blur(3px);
animation: Proigrivately 10s infinite;
border-radius: 20px;
z-index: 5;
}

@keyframes Proigrivately{
0%{
  background: rgb(255, 222, 222, 0.7);
}

12.5%{
  background: rgb(255, 244, 222, 0.7);
}

25%{
  background: rgb(254, 255, 222, 0.7);
}

37.5%{
  background: rgb(226, 255, 222, 0.7);
}

50%{
  background: rgb(222, 255, 252, 0.7);
}

62.5%{
  background: rgb(222, 244, 255, 0.7);
}

75%{
  background: rgb(223, 222, 255, 0.7);
}

87.5%{
  background: rgb(255, 222, 254, 0.7);
}

100%{
  background: rgb(255, 222, 222, 0.7);
}
}

.film-wrapper{
  width: 100%;
  padding: 20px 0;
  background: black;
  overflow: hidden;
  position: relative;
  border-top: 10px solid #333;
  border-bottom: 10px solid #333;
}






.film {
  position: relative;
  width: 100%;
  background: #111;
  padding: 15px 0;
  overflow: hidden;
  margin: 22px -60px 0px -60px;
  border-radius: 8px;
  z-index: -1; /* как в твоём коде */
  clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 54px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 54px));
}

/* Контейнер трек (две копии набора дырочек для бесшовного цикла) */
.film .holes {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.film .holes-track{
  display: flex;
  width: max-content;         /* ширина под содержимое */
  gap: 0;
  animation: holesMove 0s linear infinite; /* скорость из твоего варианта */
  align-items: center;
}

.film .holes-set{
  display: flex;
  gap: 16px;                  /* расстояние между квадратиками */
  padding: 5px 5px;         /* небольшой отступ слева/справа */
  flex: 0 0 auto;
  white-space: nowrap;       /* чтобы набор не переносился */
}

.film .holes.top{
  top: 0;
  height: 24px;
}

.film .holes.bottom{
  bottom: 0;
  height: 24px;
}

/* Сам квадратик */
.film .hole{
  width: 9px;
  height: 9px;
  border-radius: 2px; /* настрой радиус здесь */
  background: #dcdcdc;
  flex: 0 0 auto;
  margin: 2px 0px;
}

/* Анимация: сдвигаем на половину общей ширины трека (без швов) */
@keyframes holesMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Бегущая строка (как у тебя) */
.marquee-track{
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
  align-items: center;
}

.text{
  white-space: nowrap;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
  margin: 5px 0px;
}

@keyframes marquee{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Дополнительно: чтобы трек не обрезал квадраты у краёв */
.film .holes-set::before,
.film .holes-set::after{
  content: "";
  width: 20px;
  flex: 0 0 auto;
}






.Proigrivatel_1{
width: 250px;
height: 250px;
flex-shrink: 0;
margin: 0px 0px 0px 20px;
filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2{
width: 250px;
height: 250px;
flex-shrink: 0;
margin: 0px 20px 0px 0px;
filter: drop-shadow(0px 0px 1px black);
}

/* Анимация вращения */
@keyframes rotatePlayer {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}

/* Общие стили для вращающихся SVG */
.Proigrivatel_1,
.Proigrivatel_2 {
transform-origin: 50% 50%;
animation: rotatePlayer linear infinite;
animation-duration: 6s; /* базовая скорость */
animation-play-state: paused; /* по умолчанию — не вращается */
will-change: transform; /* оптимизация */
}


.Position_visualizer_And_Audio_Line{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.Position_Audio_Line{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.audio-visualizer{
margin: 0px 0px 0px 0px;
width: 100%;
height: 15px;
background: red;
}

.progress-wrap,
.volume-slider {
touch-action: none;      /* отключаем системные жесты */
-webkit-user-select: none; /* отключаем выделение текста при таче */
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent; /* убираем подсветку при тапе */
}











/* ---------- Responsive: mobile support ---------- */
@media only screen and (max-width: 1024px){
  .Proigrivatel_1 {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
  position: relative;
  width: 100%;
  background: #111;
  padding: 15px 0;
  overflow: hidden;
  margin: 22px -60px 0px -60px;
  border-radius: 8px;
  z-index: -1;
  clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 60px), calc(100% - 55px) 100%, 55px 100%, 0 calc(100% - 60px));
}
}

@media only screen and (max-width:768px){
  .Proigrivatel_1 {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.audio-controls {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  border-radius: 10px;
  flex-direction: column;
}

.volume-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 120px;
  margin: 0px 15px 0px 5px;
}

.volume-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 200px;
  margin: 0px 15px 0px 5px;
}

.volume_wrapper_AUDIO {
display: flex !important;
align-items: center !important;
gap: 8px !important;
min-width: 200px !important;
margin: 0px 15px 0px 10px !important;
}

.volume-slider {
  width: 200px;
  height: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  cursor: pointer;
  outline: none;
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 22px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 140px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 140px));
  }

  .Container_For_All {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 765px;
  padding: 20px 20px 20px 20px;
  margin: 20px 20px 20px 20px;
  align-items: center;
  border: 2px rgb(108, 108, 108) solid;
  border-radius: 40px;
  box-shadow: 10px 10px 0px rgb(108, 108, 108);
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}


}

@media only screen and (max-width:600px){
  .Proigrivately {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 15px 0px 15px 0px;
  border: 2px rgb(108, 108, 108) solid;
  backdrop-filter: blur(3px);
  animation: Proigrivately 10s infinite;
  border-radius: 20px;
  z-index: 5;
}

.PlayPause_Block {
  background: #111;
  width: 200px;
  height: 25.4px;
  padding: 10px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
  position: relative;
}

  .Proigrivatel_1 {
      width: 110px;
      height: 110px;
      flex-shrink: 0;
      margin: 0px 0px 0px 10px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .Proigrivatel_2 {
      width: 110px;
      height: 110px;
      flex-shrink: 0;
      margin: 0px 10px 0px 0px;
      filter: drop-shadow(0px 0px 1px black);
  }
  

  .film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 8px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 150px), calc(100% - 61px) 100%, 61px 100%, 0 calc(100% - 150px));
  }

  .text {
  white-space: nowrap;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding-right: 50px;
  margin: 5px 0px;
}
}

@media only screen and (max-width:480px){
  .Proigrivatel_1 {
      width: 80px;
      height: 80px;
      flex-shrink: 0;
      margin: 0px 0px 0px 10px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .Proigrivatel_2 {
      width: 80px;
      height: 80px;
      flex-shrink: 0;
      margin: 0px 10px 0px 0px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .film .hole {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #dcdcdc;
  flex: 0 0 auto;
  margin: 0px 0px;
}

.film .holes.bottom {
  bottom: 0;
  height: 16px;
}

.text {
      white-space: nowrap;
      color: white;
      font-size: 15px;
      font-weight: 600;
      padding-right: 50px;
      margin: 2px 0px 0px 0px;
  }

  .film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 8px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 190px), calc(100% - 57px) 100%, 57px 100%, 0 calc(100% - 190px));
  }

  .PlayPause_Block {
      background: #111;
      width: 120px;
      height: 25.4px;
      padding: 10px 0px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 0px 0px 0px 0px;
      position: relative;
  }

  .stop-btn {
  background: rgb(115 115 255);
  color: white;
  border-radius: 8px;
  padding: 4px 10px;
  font-weight: 600;
  transition: 0.1s;
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  margin: 0px 0px 0px 5px;
}

.time-duration {
  margin: 0px -10px 0px -5px;
}

.volume-slider {
      width: 130px;
      height: 8px;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.18);
      position: relative;
      cursor: pointer;
      outline: none;
  }

.Window_Audio_Speed {
  position: relative;
  bottom: -100%;
  right: -270px;
  width: 100%;
  height: 90%;
  margin: 20px 70px 20px 70px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  scale: 0.1;
}

.volume-wrapper {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 200px;
      margin: 0px 15px 0px 0px;
  }

  .volume_wrapper_AUDIO {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 200px !important;
    margin: 0px 15px 0px -5px !important;
}

  .stop-btn{
    display: none;
  }

  .time-current {
  margin: 0px -5px 0px -10px;
}
}

@media only screen and (max-width:400px){
  .Proigrivatel_1 {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
      margin: 55px 0px 0px 10px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .Proigrivatel_2 {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
      margin: 55px 10px 0px 0px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 0px -60px 0px -60px;
      border-radius: 12px;
      z-index: -1;
      /* clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 190px), calc(100% - 57px) 100%, 57px 100%, 0 calc(100% - 190px)); */
      clip-path: unset;
  }

  .film .holes.top {
  top: 0;
  height: 14px;
}

.film .holes-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: holesMove 0s linear infinite;
  align-items: center;
  margin: 0px 0px 0px -57px;
}
}

@media only screen and (max-width:350px){
  .PoluRadius_Left {
  width: 66px;
  height: 47px;
  fill: #111;
  position: absolute;
  top: -1px;
  left: -59px;
  transition: 0.4s;
  flex-shrink: 0;
  rotate: 180deg;
  z-index: -1;
}

.PoluRadius_Right {
  width: 66px;
  height: 47px;
  fill: #111;
  position: absolute;
  top: -1px;
  right: -59px;
  transition: 0.4s;
  flex-shrink: 0;
  rotate: 180deg;
  z-index: -1;
}

.PlayPause_Block {
      background: #111;
      width: 120px;
      height: 25.4px;
      padding: 10px 0px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 0px 0px 5px 5px;
      position: relative;
  }

  .PoluRadius_Left{
    display: none;
  }

  .PoluRadius_Right{
    display: none;
  }

  .PlayPause_Block {
      background: #111;
      width: 100%;
      height: 25.4px;
      padding: 10px 0px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 0px 0px 10px 10px;
      position: relative;
  }

  .Position_Audio_Blocks {
  background: #111;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 0px;
}
}

@media only screen and (max-height:455px) and (max-width: 350px){
  .audio_controls_Icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  padding: 4px 15px;
  background: rgb(61, 61, 61);
  cursor: pointer;
  margin: 0px 15px 15px 0px;
  color: rgb(255, 255, 255);
  transition: 0.15s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.200);
}
}

@media only screen and (max-height:500px) and (max-width: 1500px){
  .Container_For_All {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 765px;
  height: 80vh;
  padding: 20px 40px 20px 40px;
  margin: 20px 20px 20px 20px;
  align-items: center;
  border: 2px rgb(108, 108, 108) solid;
  border-radius: 40px;
  box-shadow: 10px 10px 0px rgb(108, 108, 108);
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

.Proigrivatel_1 {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
  position: relative;
  width: 100%;
  background: #111;
  padding: 15px 0;
  overflow: hidden;
  margin: 22px -60px 0px -60px;
  border-radius: 8px;
  z-index: -1;
  clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 100px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 100px));
}
}

@media only screen and (max-height:460px) and (max-width: 1500px){
.Proigrivatel_1 {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 22px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 190px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 190px));
  }
}


@media only screen and (max-height:380px) and (max-width: 1500px){
  .Container_For_All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 765px;
      height: 77vh;
      padding: 20px 20px 20px 20px;
      margin: 20px 20px 20px 20px;
      align-items: center;
      border: 2px rgb(108, 108, 108) solid;
      border-radius: 40px;
      box-shadow: 10px 10px 0px rgb(108, 108, 108);
      position: relative;
      overflow: hidden;
      background: #f7f7f7;
  }

  .Proigrivatel_1 {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 5px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 122px), calc(100% - 62px) 100%, 62px 100%, 0 calc(100% - 122px));
  }
}

@media only screen and (max-height:350px) and (max-width: 1500px){
.Proigrivatel_1 {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);

  display: none;
}

.Proigrivatel_2 {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);

  display: none;
}

.Proigrivately {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 20px 0px;
  border: 2px rgb(108, 108, 108) solid;
  backdrop-filter: blur(3px);
  animation: Proigrivately 10s infinite;
  border-radius: 20px;
  z-index: 5;
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 0px 20px 0px 20px;
      border-radius: 8px;
      z-index: -1;
      clip-path: unset;
  }

  .film .holes-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: holesMove 0s linear infinite;
  align-items: center;
  margin: 0px 0px 0px -60px;
}
}


@media only screen and (max-height:300px) and (max-width: 1500px){
.Container_For_All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 765px;
      height: 73vh;
      padding: 20px 20px 20px 20px;
      margin: 20px 20px 20px 20px;
      align-items: center;
      border: 2px rgb(108, 108, 108) solid;
      border-radius: 40px;
      box-shadow: 6px 6px 0px rgb(108, 108, 108);
      position: relative;
      overflow: hidden;
      background: #f7f7f7;
  }

  .Proigrivately {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      margin: 0px 0px 20px 0px;
      padding: 0px 0px 0px 0px;
      border: unset;
      backdrop-filter: blur(3px);
      animation: unset;
      border-radius: 20px;
      z-index: 5;
  }

  .film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 0px 0px 0px 0px;
      border-radius: 8px;
      z-index: -1;
      clip-path: unset;
  }
}

@media only screen and (max-height:250px) and (max-width: 1500px){
.Position_Audio_Blocks {
  background: #111;
  border-radius: 10px;
  padding: 5px 0px;
}
}

@media only screen and (max-height:500px) and (max-width: 768px){
.Proigrivatel_1 {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 22px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 170px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 170px));
  }
}

@media only screen and (max-height:500px) and (max-width: 768px){
.Proigrivatel_1 {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin: 0px 0px 0px 20px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 22px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 300px), calc(100% - 57px) 100%, 57px 100%, 0 calc(100% - 300px));
  }
}

@media only screen and (max-height:400px) and (max-width: 768px){
.Proigrivatel_1 {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  margin: 0px 0px 0px 10px;
  filter: drop-shadow(0px 0px 1px black);
}

.Proigrivatel_2 {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  margin: 0px 10px 0px 0px;
  filter: drop-shadow(0px 0px 1px black);
}

.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 5px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 171px), calc(100% - 57px) 100%, 57px 100%, 0 calc(100% - 190px));
  }

  .Proigrivately {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
  border: 2px rgb(108, 108, 108) solid;
  backdrop-filter: blur(3px);
  animation: Proigrivately 10s infinite;
  border-radius: 20px;
  z-index: 5;
}
}

@media only screen and (max-height:350px) and (max-width: 768px){
.Proigrivately {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      margin: 0px 0px 20px 0px;
      padding: 10px 0px 10px 0px;
      border: 2px rgb(108, 108, 108) solid;
      backdrop-filter: blur(3px);
      animation: Proigrivately 10s infinite;
      border-radius: 20px;
      z-index: 5;
  }

  .film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 0px 0px 0px 0px;
      border-radius: 8px;
      z-index: -1;
      clip-path: unset;
  }

  .Proigrivately {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      margin: 0px 0px 20px 0px;
      padding: unset;
      border: unset;
      backdrop-filter: blur(3px);
      animation: unset;
      border-radius: 20px;
      z-index: 5;
  }

  .Position_Audio_Blocks {
  background: #111;
  border-radius: 15px 15px 15px 15px;
  padding: 4px 0px;
}
}

@media only screen and (max-height:250px) and (max-width: 768px){
.Proigrivately {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      margin: 0px 0px 10px 0px;
      padding: unset;
      border: unset;
      backdrop-filter: blur(3px);
      animation: unset;
      border-radius: 20px;
      z-index: 5;
  }
}


@media only screen and (max-height:500px) and (max-width: 480px){
.Container_For_All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 765px;
      height: unset;
      padding: 20px 20px 20px 20px;
      margin: 20px 20px 20px 20px;
      align-items: center;
      border: 2px rgb(108, 108, 108) solid;
      border-radius: 40px;
      box-shadow: 10px 10px 0px rgb(108, 108, 108);
      position: relative;
      overflow: hidden;
      background: #f7f7f7;
  }

  .Proigrivatel_1 {
      width: 100px;
      height: 100px;
      flex-shrink: 0;
      margin: 0px 0px 0px 20px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .Proigrivatel_2 {
      width: 100px;
      height: 100px;
      flex-shrink: 0;
      margin: 0px 20px 0px 0px;
      filter: drop-shadow(0px 0px 1px black);
  }
}

@media only screen and (max-height:400px) and (max-width: 480px){
.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 15px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 171px), calc(100% - 57px) 100%, 57px 100%, 0 calc(100% - 190px));
  }
}


@media only screen and (max-height:350px) and (max-width: 480px){
.film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 15px -60px 0px -60px;
      border-radius: 8px;
      z-index: -1;
      clip-path: unset;
  }

  .Container_For_All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 765px;
      height: 72vh;
      padding: 20px 20px 20px 20px;
      margin: 20px 20px 20px 20px;
      align-items: center;
      border: 2px rgb(108, 108, 108) solid;
      border-radius: 40px;
      box-shadow: 10px 10px 0px rgb(108, 108, 108);
      position: relative;
      overflow: hidden;
      background: #f7f7f7;
  }
}



@media only screen and (max-height:500px) and (max-width: 400px){
.Proigrivatel_1 {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
      margin: 55px 0px 0px 10px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .Proigrivatel_2 {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
      margin: 55px 10px 0px 0px;
      filter: drop-shadow(0px 0px 1px black);
  }

  .film {
      position: relative;
      width: 100%;
      background: #111;
      padding: 15px 0;
      overflow: hidden;
      margin: 0px -60px 0px -60px;
      border-radius: 12px;
      z-index: -1;
      /* clip-path: polygon(0 0px, 10px 0, calc(100% - 0px) 0, 100% 10px, 100% calc(100% - 190px), calc(100% - 57px) 100%, 57px 100%, 0 calc(100% - 190px)); */
      clip-path: unset;
  }
}

@media only screen and (max-height:400px) and (max-width: 400px){
.Container_For_All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 765px;
      height: 80vh;
      padding: 20px 20px 20px 20px;
      margin: 20px 20px 20px 20px;
      align-items: center;
      border: 2px rgb(108, 108, 108) solid;
      border-radius: 40px;
      box-shadow: 10px 10px 0px rgb(108, 108, 108);
      position: relative;
      overflow: hidden;
      background: #f7f7f7;
  }
}


@media only screen and (max-height:350px) and (max-width: 400px){
.Container_For_All {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 765px;
      height: 70vh;
      padding: 20px 20px 20px 20px;
      margin: 20px 20px 20px 20px;
      align-items: center;
      border: 2px rgb(108, 108, 108) solid;
      border-radius: 40px;
      box-shadow: 10px 10px 0px rgb(108, 108, 108);
      position: relative;
      overflow: hidden;
      background: #f7f7f7;
  }
}



@media only screen and (max-height:350px) and (max-width: 350px){
.Position_Audio_Blocks {
      background: #111;
      border-radius: 12px 12px 0px 0px;
      padding: 4px 0px;
  }

  .PlayPause_Block {
      background: #111;
      width: 100%;
      height: 25.4px;
      padding: 10px 0px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 0px 0px 12px 12px;
      position: relative;
  }
}